Mirror of
forum.nim-lang.org
index
3728 :: Can I write games with Nim for Android?
[2018-04-05T14:01:36+02:00]
View Orginal
MDtox
(orginal)
[2018-04-05T14:01:36+02:00]
view original
I want to write a game like:
Wolfenstein 3D
Doom
Duke Nukem 3D
Can I recreate these games with Nim, but for Android OS?
amalek
(orginal)
[2018-04-05T22:34:46+02:00]
view original
There isn't direct support for Android yet, but since Nim compiles to C, you could use the Android NDK.
See this thread
.
mashingan
(orginal)
[2018-04-06T07:47:14+02:00]
view original
check this excellent module,
https://github.com/yglukhov/android