
GDevelop
Godot Engine
Unreal Engine
Unity
Stencyl
RPG Maker
Adventure Game Studio
CryENGINE
Vitest
Vite
Playwright
react-testing-library
Jest
ESLint
Tailwind CSS
Prettier
GDevelop
VitestVitest is recommended for developers working with Vue.js, Vite, or looking for a fast and efficient testing setup. It's particularly useful for those who want seamless integration with modern JS tooling and appreciate quick testing feedback loops.
No Vitest videos yet. You could help us improve this page by suggesting one.
awesome, but contains some bugs like frezees or editor view crash
Vitest might be a bit more popular than GDevelop. We know about 92 links to it since March 2021 and only 78 links to GDevelop. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
GDevelop combines open-source flexibility with powerful no-code features. Their recent AI plugins provide remarkable capabilities:. - Source: dev.to / about 1 year ago
Humble Bundle has a Godot bundle is available for the next day or so. That might be a good one to look at if you're ok with leaning into code a bit (gdscript is very very similar to python). https://www.humblebundle.com/software/learn-godot-43-complete-course-bundle-software Also check out the RPG Maker bundle. That's pretty point-and-click. You can have something basic up and running in a couple minutes... - Source: Hacker News / almost 2 years ago
I selected this library as I normally use much higher-level tools to develop games such as p5.js, or GDevelop. Both these tools are amazing in their own right; however, I want to learn how these processes operate on a much lower level. These tools take care of a lot of issues for you ranging from asset to memory management. Raylib is still cross-platform but does not handle these tasks for the programmer which I... - Source: dev.to / almost 2 years ago
It's not as monolithic as you'd think. There are lots of engines out there but their communities aren't very vocal compared to Unity, Unreal, and especially Godot's community. Take a look at: https://itch.io/game-development/engines/most-projects And https://www.gamedeveloper.com/blogs/the-generous-space-of-alternative-game-engines-a-curation- If you look at both of these you'll see just how many engines there are... - Source: Hacker News / almost 3 years ago
I'm not really a game maker, but would like to give a shout out to the fabulous https://gdevelop.io/ It has everything you need, is free and its VISUAL PROGRAMMING is fab... - Source: Hacker News / almost 3 years ago
I used to use ts-expect for this, but I migrated to Vitest's type-testing utils (expectTypeOf, above) to drop a dependency. Either way, I already had the tests, and I'll admit they really earned their keep. A type optimization can quietly turn { a: string } into { a?: string } and nothing throws. The tests are what catch that. - Source: dev.to / 18 days ago
Vitest is a newer testing framework designed specifically for projects using Vite as a build tool. If your project already uses Vite, Vitest is worth knowing about because its test runner is significantly faster than Jest's in that context. - Source: dev.to / 2 months ago
Test fixtures. If you write tests with Jest or Vitest, converting fixture files ensures your mocks match production shapes. - Source: dev.to / 2 months ago
The project runs entirely on the VoidZero tool ecosystem. Tsdown for the build, oxfmt for formatting, vitest for testing, tsgo (native TypeScript 7 in Go) for type checking, and of course oxlint for linting the plugin itself. Every tool in the chain is built on Rust or optimized for speed. - Source: dev.to / 3 months ago
VoidZero launch week is drawing to a close, and the world of Javascript development has just been given a significant boost. If you follow developments in build tools, youโll know that fragmentation is rife, and that itโs difficult to stay at the cutting edge without using the best tool for each task. With the latest announcements regarding Vite, Oxlint and Vitest, Evan You team is taking a major step towards the... - Source: dev.to / 4 months ago
Godot Engine - Feature-packed 2D and 3D open source game engine.
Vite - Next Generation Frontend Tooling
Unreal Engine - Unreal Engine 4 is a suite of integrated tools for game developers to design and build games, simulations, and visualizations.
Playwright - Playwright is automation software for Chromium, Firefox, Webkit using the Node.js library having a single API in place.
Unity - The multiplatform game creation tools for everyone.
react-testing-library - [`React Testing Library`][gh] builds on top of `DOM Testing Library` by adding