-
Updated
Oct 21, 2020 - C++
2d-game-engine
Here are 311 public repositories matching this topic...
-
Updated
Sep 3, 2020 - Swift
-
Updated
Oct 21, 2020 - Java
-
Updated
Oct 16, 2020 - Haxe
-
Updated
Oct 16, 2020
-
Updated
Jul 31, 2020 - GDScript
-
Updated
Oct 1, 2020 - Java
-
Updated
Oct 15, 2020 - C++
Canvas ui element
For an ui element made out of graphics::Canvas, is it better to
-
build a new
ui::Canvas -
make it so that
ui::Imagecan accept eithergraphics::Imageorgraphics::Canvas -
make it so that there's a
Drawabletrait that hasfn draw<Q: IntoQuad>(&self, quad: Q, target: &mut Target), so thatui::Imageaccepts a&dyn Drawabletrait object.
1 is the most logical given t
-
Updated
Jun 7, 2018 - C++
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Oct 17, 2020 - Lua
It would be nice to have a component that can expose the frames of an animated GIF image using the Animation interface; I'm picturing something like this:
import { useType, useNewComponent, GIF, useDraw } from "@hex-engine/2d";
import someGifFile from "./whatever.gif";
function MyComponent() {
useType(MyComponent);
const gif = u-
Updated
Sep 22, 2020 - C#
-
Updated
Oct 19, 2020 - HTML
Would it be possible to add the Origin Rebase feature that is built into Physx 4.x and up into Echo?
This would enable larger worlds to be made without floating point precision errors. Here is an example of what can happen if you are too far away from origin. https://gyazo.com/a96db2d1a4ef8ff8935d2054597e151b
It would be nice if we could enable it in project settings and it was just part of
-
Updated
Jun 24, 2020 - Haxe
-
Updated
Oct 21, 2020 - Pascal
-
Updated
Oct 19, 2020 - C
-
Updated
May 19, 2020 - Swift
-
Updated
Oct 19, 2020 - Java
Remove the InputActionEvent class since it has been replaced by an Event.
This issue should be done on the v0.5 branch since it contains the Event rework.
Places to look at :
- [
InputActionEventheader](https://github.com/Sygmei/ObEngine/blob/v0.5/includ
-
Updated
Oct 20, 2020 - Swift
-
Updated
Nov 26, 2019 - CMake
-
Updated
Jan 9, 2018 - C++
-
Updated
Oct 13, 2020 - C
-
Updated
Sep 5, 2018 - JavaScript
-
Updated
Aug 25, 2020 - C#
-
Updated
Oct 18, 2020 - C++
Improve this page
Add a description, image, and links to the 2d-game-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 2d-game-engine topic, visit your repo's landing page and select "manage topics."
Describe the current state of the problem
Currently, there is a text input for a font family, similar to what works for CSS
font-familyproperty. This is good for users who work with CSS, but it is not intuitive for those who don't.Describe the solution you'd like