Skip to content

2KAbhishek/starlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

License People Stars Forks Watches Last Updated

Light up the canvas πŸŒƒπŸŒ 

starlight Demo
starlight screenshot

What is this

Starlight is a Java AWT application, that draws colorful stars on a canvas.

Inspiration

Wanted to try out AWT for myself.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of jdk

Getting starlight

To get starlight, follow these steps:

git clone https://github.com/2kabhishek/starlight
cd starlight/src/main/java
javac Starlight.java
java Starlight 100 # 100 here is the number of objects you want to add to the canvas
# If you have a newer version of Java you can directly run
java Starlight.java 100

How it was built

starlight was built using Java AWT and neovim

What I learned

  • Learned about basics of Java AWT.

Hit the ⭐ button if you found this useful.

More Info

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages