Re: How to do feature detection with JS backend?

2020-07-05 Thread ftsf
Thanks @Araq!

How to do feature detection with JS backend?

2020-07-04 Thread ftsf
I'm trying to fix the webaudio package to work with Safari as it exposes `webkitAudioContext` instead of `AudioContext`. proc newAudioContext*(): AudioContext {.importjs: "new AudioContext()".} Run In Javascript you'd generally do something like: var Audi

Re: Games made in Nim

2017-05-25 Thread ftsf
Hi, I've made 3 games in Nim so far using my Nico framework [https://github.com/ftsf/nico](https://github.com/ftsf/nico) . * Smalltrek: [https://impbox.itch.io/smalltrek](https://impbox.itch.io/smalltrek) (source available) * Moving-in: [https://impbox.itch.io/moving-in](