DOME v1.6.0 - The Terrific Text Update is now available ๐
DOME ยป Devlog
Enhancements
- DOME now uses the official 0.4.0 release of Wren. There are some really useful features which are now available to you, details of which can be found in the release notes for Wren.
Font.getArea
andCanvas.getTextArea
can be used to calculate the maximum area needed to draw a string in the selected font.- Added
Clipboard
to theinput
module so you can access the system clipboard. - The
Keyboard
now has ahandleText
mode, which receives full text strings from the keyboard easily.- Access the incoming text using the
Keyboard.text
field. - CJK input support is possible using
Keyboard.textRegion()
,Keyboard.compositionText
andKeyboard.compositionRange
which provide information for handling text composition with an IME tool.
- A complete text entry example, with clipboard and composition, can be found here.
- Access the incoming text using the
Distribution
- Removed a reliance on super-recent versions of glibc, expanding the support for older versions of Linux.
- Introduced an experimental web build of the engine, which can be used for applications with lower performance requirements at this time.
Performance
- Minor performance improvements around GamePad handling.
- Reduced the memory overhead of
DrawTransform
, which should improve performance.
As always, documentation is available to help you get started.
If you run into any problems or have any feature requests, please file an issue!
You can also contact me directly via twitter (@avivbeeri), or on the DOME discord as springogeek#0572
to share screenshots or ask questions!
Get DOME
DOME
The comfortable framework for making games in Wren!
Status | Released |
Category | Tool |
Author | Aviv |
Tags | dome, Game engine, GitHub, Open Source, tools |
More posts
- DOME v1.8.0 - The Ready Resources Release is now available ๐Mar 02, 2023
- DOME v1.7.2 is now available!Mar 11, 2022
- DOME v1.7.1 - Holiday BugfixesDec 23, 2021
- DOME v1.7.0 - The Useful Utilities Update is now available ๐Dec 13, 2021
- DOME v1.5.2 is now available ๐Feb 27, 2021
- DOME v1.5.1 ReleasedFeb 16, 2021
- DOME v1.5.0 - The Powerful Plugin UpdateJan 28, 2021
Leave a comment
Log in with itch.io to leave a comment.