Skip to content

A text editor component for egui ui kit with memory and performance as main objectives

License

Notifications You must be signed in to change notification settings

nmeylan/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A text editor component for egui.

Currently, work in progress. Very early stage.

What has been done?

  • Virtual scroll
  • cursor with click
  • cursor with arrow
  • cursor movement auto scroll panel
  • text selection
  • line number

Screenshot

visual-debugger

  • Opened file is: 3.1mb
  • Frame update takes: ~100microseconds
  • Empty egui app is ~12mb
  • Egui app with text-editor component: ~20mb

About

A text editor component for egui ui kit with memory and performance as main objectives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages