#
isometric
Here are 181 public repositories matching this topic...
bradallred
commented
Dec 21, 2021
Currently, the callbacks can be 0, 1, or 2 parameters where the first parameter is the GControl and the second is the control value.
The control value is now available as a field on GControl (GControl.Value) so that second parameter is redundant.
This also causes warnings in static analysis tools since we often don't use the first parameter in the function, but still need to define it so the
An ambient life simulation driven by user activity within a Discord server
bot
node
canvas
simulation
pixel-art
discord
websockets
canvas-game
discord-bot
ecs
entity-component-system
autonomous-characters
discord-server
isometric
dzone
cubes
scene
pixi-js
pixijs
pixi
-
Updated
Oct 14, 2021 - JavaScript
Sass library to make isometric 2D without javascript
-
Updated
Sep 20, 2021 - Sass
Civitas is an empire-building game written in Javascript with the help of the jQuery library.
javascript
game
jquery
hex
games
isometric
city
strategy-game
city-builder
empire
diplomacy
civitas
empire-builder
-
Updated
Dec 13, 2021 - JavaScript
FOnline Engine is a flexible cross-platform isometric game engine
c-plus-plus
cross-platform
game-engine
engine
mono
isometric
mmorpg
angelscript
fallout
singleplayer
fonline
fonline-engine
fallout-online
-
Updated
Jan 2, 2022 - C++
Inkscape extension for converting objects to an isometric projection
-
Updated
Dec 29, 2021 - Python
A free game engine capable of running Age of Empires 2 and Star Wars: Galactic Battlegrounds
star-wars
engine
isometric
cpp17
age-of-empires
starwars
rts
age
2d-game-engine
aoc
rts-engine
rts-game
age-of-conquerors
cpp20
genie-engine
aoe2
ageofempires
ageofempires2
swgb
star-wars-galactic-battlegrounds
-
Updated
Aug 3, 2021 - C++
Isometric game engine. Open world, block/voxel based and sprite rendering.
-
Updated
Oct 14, 2020 - Java
wuweiweiwu
opened
Feb 1, 2018
Classic ZX Spectrum game "The Great Escape" rewritten in portable C
-
Updated
Dec 22, 2021 - C
The Open Source ARPG Engine.
-
Updated
Jan 2, 2022 - C++
Classic ZX Spectrum game "The Great Escape" reverse engineered
game
python
emulator
tap
assembly
reverse-engineering
isometric
z80
escape
html-format
zx-spectrum
retrogaming
disassembly
skoolkit
z80-assembly
-
Updated
Dec 22, 2021 - Assembly
Isometric voxel generative art
-
Updated
Dec 21, 2020 - JavaScript
A lightweight JavaScript library, written in TypeScript to create isometric projections using SVGs
javascript
svg
drawing
typescript
graphics
draw
isometric
javascript-library
projection
coordinates
2d
2d-graphics
orthogonal
svgs
engineering-drawing
2d-library
isometric-projection
isometric-projections
isometric-paths
orthogonal-projection
-
Updated
Dec 28, 2021 - TypeScript
Isometrizer turns your DOM elements into isometric projection
javascript
css
html
typescript
dom
css3
isometric
projection
html-css
html-css-javascript
3d
3d-graphics
-
Updated
May 7, 2019 - TypeScript
game
visual-studio
csharp
pixel-art
isometric
monogame
shooter
free
zombies
videogame
hacktoberfest
gratis
shooter-game
shootergame
free-to-play
3rd-person-shooter
-
Updated
Oct 14, 2021 - C#
Isometric assets promoting Cloud Native & Continuous Delivery
visualization
kubernetes
design
isometric
cloud-native
diagrams
iconsets
isometric-graphics
continous-delivery
-
Updated
Feb 23, 2021 - Shell
Amiga's "Escape From Colditz" ported to Windows, Linux, macOS and PSP
-
Updated
Aug 22, 2019 - C
With Easometric it's really easy to create isometric layers & groups
-
Updated
Mar 10, 2020 - CSS
Teal is a C++ Role Play Game, based on Dofus, and scriptable with Lua
game
windows
linux
rpg
c-plus-plus
games
cpp
travis-ci
modern-cpp
cpp14
appveyor
game-2d
isometric
c-plus-plus-14
c-plus-plus-game
dofus
lua-scripting
premake
2d-game
2d-isometric-game
-
Updated
Jul 28, 2019 - C++
Improve this page
Add a description, image, and links to the isometric topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the isometric topic, visit your repo's landing page and select "manage topics."
Version of OpenTTD
Since e04ca904a9455afc63aa87db775fe4463ab899b7
The introduction of the minimap screenshot feature appears to be duplicating functionality that will be used elsewhere for drawing the widgets within the minimap window; specifically, the
GetMinimapOwnerfunction is very likely to be replicating functionality used by the owner information overlay of the minimap window.