Skip to content

girvo/twinklebeardev-sdl2-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwinkleBear's SDL2 Tutorials

http://www.willusher.io/pages/sdl2/

This is a conversion of the code within that tutorial to Nim

C memory management discussion

From IRC:

> 10:10 < Araq> void initT(Foo* foo); // let host language do the allocation
> 10:11 < Araq> let x = newFoo() # can use Nim's GC here :-)
> 10:11 < Araq> initT(x) # pass to C

About

A translation of the TwinkleBearDev SDL2 tutorials into the Nim language: http://www.willusher.io/pages/sdl2/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published