Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godot-extended-libraries/godot-antialiased-line2d-demo
Demo for the fast antialiased Line2D and Polygon2D drawing add-on for Godot 3.x (GLES3 and GLES2)
https://github.com/godot-extended-libraries/godot-antialiased-line2d-demo
antialiasing godot godot-engine godotengine line-drawing
Last synced: 3 months ago
JSON representation
Demo for the fast antialiased Line2D and Polygon2D drawing add-on for Godot 3.x (GLES3 and GLES2)
- Host: GitHub
- URL: https://github.com/godot-extended-libraries/godot-antialiased-line2d-demo
- Owner: godot-extended-libraries
- License: mit
- Created: 2022-03-09T19:32:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T20:32:47.000Z (7 months ago)
- Last Synced: 2024-06-27T19:44:23.620Z (7 months ago)
- Topics: antialiasing, godot, godot-engine, godotengine, line-drawing
- Language: GDScript
- Homepage: https://github.com/Calinou/godot-antialiased-line2d
- Size: 34.2 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Antialiased Line2D add-on demo project for Godot 4.x
![Screenshot](https://raw.githubusercontent.com/Calinou/media/master/godot-antialiased-line2d-demo/screenshot.png)
This repository contains the demo project for the
[Antialiased Line2D add-on](https://github.com/godot-extended-libraries/godot-antialiased-line2d).
The add-on's code is included in this repository and is mirrored periodically.Please report issues specific to the add-on
[here](https://github.com/godot-extended-libraries/godot-antialiased-line2d), not in this repository.## Try it out
### Using the Asset Library
- Open the Godot project manager.
- Navigate to the **Templates** tab and search for "antialiased line2d".
- Install the [*Antialiased Line2D Demo*](https://godotengine.org/asset-library/asset/1267) project.### Manual installation
Manual installation lets you try pre-release versions of this demo by following its
`master` branch.- Clone this Git repository:
```bash
git clone https://github.com/godot-extended-libraries/godot-antialiased-line2d-demo.git
```Alternatively, you can
[download a ZIP archive](https://github.com/godot-extended-libraries/godot-antialiased-line2d-demo/archive/master.zip)
if you do not have Git installed.- Import the Godot project using the project manager and open it in the editor.
- Run the main scene by pressing F5.## License
Copyright © 2022-present Hugo Locurcio and contributors
Unless otherwise specified, files in this repository are licensed under the
MIT license. See [LICENSE.md](LICENSE.md) for more information.