Skip to content

Obiwac's Minecraft clone in Python YouTube tutorial series, but in Nim.

License

Notifications You must be signed in to change notification settings

phargobikcin/nim-minecraft-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nim-minecraft-clone

Source code for each episode of Obiwac’s Minecraft clone in Python YouTube tutorial series, but in Nim.

Thanks to Obiwac for producing this amazing tutorial series, and for releasing his code.

info

Since I need some library code to replace pyglet, and I have started my own “Thin” library. This does way more than we need here, but basically includes a thin wrapper to SDL2, OpenGL and some vector/matrix objects. It will likely evolve on its own independent of this repo, but too ease development it is included here in a separate directory within src/.

Each episode has its own directory within src/. I am hopeful to keep the code looking somewhat similar to the python code… but in all likelihood it won’t. ;)

to build

$ nimble build_release

About

Obiwac's Minecraft clone in Python YouTube tutorial series, but in Nim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages