-
Updated
Jun 2, 2022 - JavaScript
2d-game-engine
Here are 439 public repositories matching this topic...
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
Apr 22, 2022 - Java
-
Updated
May 19, 2022
-
Updated
Sep 3, 2020 - Swift
-
Updated
Jun 2, 2022 - Haxe
-
Updated
Sep 4, 2021 - GDScript
-
Updated
Apr 9, 2022 - C#
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
May 31, 2022 - 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::Image
can accept eithergraphics::Image
orgraphics::Canvas
-
make it so that there's a
Drawable
trait that hasfn draw<Q: IntoQuad>(&self, quad: Q, target: &mut Target)
, so thatui::Image
accepts a&dyn Drawable
trait object.
1 is the most logical given t
-
Updated
Oct 1, 2020 - Java
-
Updated
May 28, 2022 - JavaScript
-
Updated
Jun 7, 2018 - C++
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
Apr 10, 2022 - 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
Jun 3, 2022 - Pascal
-
Updated
May 13, 2022 - Java
The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.
We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.
Games can then use hex string literals to easily display these:
text("Press \x80 to jump!", 0, 0);
-
Updated
Nov 14, 2020 - Haxe
-
Updated
Apr 22, 2022 - C
-
Updated
Jan 30, 2022 - Swift
-
Updated
Mar 27, 2021 - Swift
-
Updated
Feb 19, 2021 - CMake
-
Updated
May 28, 2022 - C++
-
Updated
Jun 1, 2022 - C
-
Updated
Jan 9, 2018 - C++
This shouldn't change much for the actual implementation of resource management plugins. It's just an accessor and method signature refactor so that the Internal
methods are just an abstract overload.
You can find the specified methods defined in include/NovelRT/ResourceManagement/ResourceLoader.h
under the protected
access modifier.
This is a fairly straightforward issue to fix and is
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."
In GitLab by @Comigo on Feb 24, 2019, 21:14
null