Pinned Repositories
cypress-aurelia-unit-test
This is a library designed to feel like the official aurelia/testing library but instead it is built to work with Cypress.
gml-go
This is an engine that aims to strike a balance between capturing the simplicity of the Game Maker API whilst not losing any performance given to you by Go.
networkplatformer-go
A hastily thrown together network game example using Ebiten, GopherJS and Websockets. (Server + Client)
preferdiscretegpu
A package that makes NVIDIA/AMD prefer the discrete GPU for your application (ie. for laptops that have an integrated GPU and a discrete GPU)
proposal-fel
FEL Programming Language Design Documents
rm2kpng
Rm2k PNG is a library that converts PNGs to an 8-bit RPG Maker 2000 / 2003 compatible PNG less than 256 colors are used
sdl-zig-demo-emscripten
Same as https://github.com/andrewrk/sdl-zig-demo with Emscripten support
steamworks
Steamworks implementation in Go that doesn't require CGo
toy-webrtc-mmo
A toy MMO example built using Ebiten and WebRTC DataChannels (UDP)
zig-android-sdk
This library allows you to setup and build an APK for your Android devices
silbinarywolf's Repositories
silbinarywolf/preferdiscretegpu
A package that makes NVIDIA/AMD prefer the discrete GPU for your application (ie. for laptops that have an integrated GPU and a discrete GPU)
silbinarywolf/steamworks
Steamworks implementation in Go that doesn't require CGo
silbinarywolf/toy-webrtc-mmo
A toy MMO example built using Ebiten and WebRTC DataChannels (UDP)
silbinarywolf/experiment-ts-in-golang
TypeScript Compiler with Golang and Goja Experiment
silbinarywolf/fingerprint-gml
A simple script for fingerprinting a user in Game Maker Studio.
silbinarywolf/rmvx
Go library that can load RPG Maker VX Ace data files
silbinarywolf/contact-site
A Golang site for storing contacts
silbinarywolf/directx-practice
Practice DirectX11 and create D3D11 bindings as I go
silbinarywolf/jsonc
JSON with comments for Go!
silbinarywolf/swir-examples
Examples that demonstrate how to use SWIR package
silbinarywolf/css-modules-typescript-loader
Webpack loader to create TypeScript declarations for CSS Modules
silbinarywolf/d3d9
Direct3D9 wrapper for Go.
silbinarywolf/dfjson
Distribute JSON file data across multiple files
silbinarywolf/directx-bind-gen
This project aims to parse DirectX header files and provide a consumable set of data representing enums, functions, etc so that you can generate bindings for your programming language of choice.
silbinarywolf/ebiten
A dead simple 2D game library in Go
silbinarywolf/flatpickr
lightweight, powerful javascript datetimepicker with no dependencies
silbinarywolf/go
The Go programming language
silbinarywolf/go-experiment-data-locality
a set of benchmarks that experiment with data locality
silbinarywolf/go-internal-example
A small sample to demonstrate how "internal" works
silbinarywolf/goblips
A fork of the Go programming language
silbinarywolf/gophette
Play Gophette's Adventure! She is the only female gopher in Gopherland and she is in trouble.
silbinarywolf/practice-bump-allocator
A bump allocator built in Go
silbinarywolf/sqlx
general purpose extensions to golang's database/sql
silbinarywolf/swir
Input recording system written in Go
silbinarywolf/testmate
An interactive visual test-runner that executes tests in the browser
silbinarywolf/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
silbinarywolf/webpack-plugin
A plugin for webpack that enables bundling Aurelia applications.
silbinarywolf/webpack-typescript
silbinarywolf/webpack-typescript-third_party
silbinarywolf/webrtc
A pure Golang implementation of the WebRTC Native API