All Projects → prideout → hexgl

prideout / hexgl

Licence: MIT license
HexGL clone using Filament and TypeScript

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to hexgl

Classicuo
ClassicUO - an open source implementation of the Ultima Online Classic Client.
Stars: ✭ 239 (+1157.89%)
Mutual labels:  games
PyProjects
These are a collection of some cool games in Python, which you may show up as some funky Python projects.
Stars: ✭ 26 (+36.84%)
Mutual labels:  games
sdk-for-unity-vr-starter-project
[Deprecated] SpatialOS SDK for Unity Virtual Reality Starter Project
Stars: ✭ 43 (+126.32%)
Mutual labels:  games
Open spiel
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
Stars: ✭ 2,991 (+15642.11%)
Mutual labels:  games
ProfesorOak
Bot de Telegram para usuarios de Pokémon GO.
Stars: ✭ 50 (+163.16%)
Mutual labels:  games
Sudoku-Solver
🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
Stars: ✭ 51 (+168.42%)
Mutual labels:  games
Antimicrox
Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.
Stars: ✭ 226 (+1089.47%)
Mutual labels:  games
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (+73.68%)
Mutual labels:  games
wowstat
A World of Warcraft realm status monitor
Stars: ✭ 20 (+5.26%)
Mutual labels:  games
verlet
build and animate objects according to verlet physics. pure golang library
Stars: ✭ 26 (+36.84%)
Mutual labels:  games
Openmu
This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
Stars: ✭ 243 (+1178.95%)
Mutual labels:  games
Indicium-Supra
DirectX API-hooking framework
Stars: ✭ 292 (+1436.84%)
Mutual labels:  games
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (+221.05%)
Mutual labels:  games
Docker Dontstarvetogether
Dockerfile for building a Don't Starve Together dedicated server image.
Stars: ✭ 240 (+1163.16%)
Mutual labels:  games
Roguelike-Procedual-Cave-Generator
A procedurally generated, cave-like dungeon/map creator for rogue-like games using the cellular automata method. During its development, I solved a common/limiting problem with this algorithm that might explain why it is not more commonly implemented in such games.
Stars: ✭ 26 (+36.84%)
Mutual labels:  games
Unreal Finder Tool
Useful tool to help you fetch and dump Unreal Engine 4 Games information.
Stars: ✭ 237 (+1147.37%)
Mutual labels:  games
gamebot
Add multiplayer games to Discord with Gamebot, and join thousands of players!
Stars: ✭ 68 (+257.89%)
Mutual labels:  games
SC2k-docs
Documentation related to the implementation of Maxis' game, SimCity 2000.
Stars: ✭ 239 (+1157.89%)
Mutual labels:  games
rpgwizard
2D RPG Game creator
Stars: ✭ 37 (+94.74%)
Mutual labels:  games
Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+536.84%)
Mutual labels:  games
This is a complete rewrite of Thibaut Despoulain's HexGL racing game using TypeScript and Filament.

I tilt my hat to Thibaut and everyone who contributed to his awesome project! 🎩

Before building the web app, clone the master and gh-pages branches separately as follows.

    git clone https://github.com/prideout/hexgl.git hexgl_source
    git clone -b gh-pages https://github.com/prideout/hexgl.git hexgl_public
    cd hexgl_source
    yarn install
    yarn build
    cd ../hexgl_public
    npx http-server

The master branch contains only the source code, while gh-pages contains resource files and the
output of the build.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].