nico icon indicating copy to clipboard operation
nico copied to clipboard

a Game Framework in Nim inspired by Pico-8.

Results 28 nico issues
Sort by recently updated
recently updated
newest added

API of GUI is missing in API.md

It's probably not important, but why is it there?

Hello! My linux distro (ubuntu 18, which isn't too old, i suspect many people are still on this version) has SDL 2.0.0, which causes nico to crash. This is because...

When installing Nico using `nimble install nico`, the `examples` folder does not contains the `assets` folder, which prevent new users from trying out the examples.

![image](https://user-images.githubusercontent.com/1083215/156327671-5de904bd-2c7e-4194-a8c0-0713ff2852a8.png) bunnies from https://opengameart.org/content/8x8-critter-pack

I noticed that the CPU usage increases over time when using `setVSync(true)`, which is the default. This happens even for a simple example like `lines.nim`. When using `setVSync(false)`, this does...

Not sure if some of the custom arguments are important; replaced all the single example tasks with a loop that compiles all examples Also added `examplesd` to compile with debug

In the example project generated by nicoboot, I can't change the default font even though I replaced the .png and .png.dat files. If I change the index in loadFont and...

I need a library to communicate messages with js for browser frontend.