Curveball, a curve generator tool for Neverball, is now available on the web, alongside its source code on GitHub. It offers more complex curve generation compared to the existing tool, curve.c, which only produces circular arcs, enhancing potential level design options for Neverball.
Curveball is a new tool designed for generating curves in the open-source game Neverball. This tool aims to enhance the level design process by allowing the creation of elaborate curve shapes, which are not possible with the existing curve generator, curve.c.
The creator of Curveball developed this tool while working on a new level set for Neverball. The previous tool, curve.c, was limited to circular arcs and required additional functionalities for more intricate designs. Curveball consolidates various scripts into a single tool with a visual interface.
Curveball is built using the Rust programming language, emphasizing ease of use for developers familiar with Rust. The tool introduces a novel approach to defining geometric shapes, utilizing halfspaces to form 'brushes' that define level geometry in Neverball.
Users can access Curveball as a web application or download it for desktop use from GitHub. The source code is publicly available, allowing developers to compile and modify the tool as needed.
β¨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors β check the original sources. How BrevFeed works β
Curveball, a curve generator tool for Neverball, is now available on the web, alongside its source code on GitHub. It offers more complex curve generation compared to the existing tool, curve.c, which only produces circular arcs, enhancing potential level design options for Neverball.