Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pisaiah/Vide
An simple IDE for V made in V.
https://github.com/pisaiah/Vide
code-editor editor ide lite v vlang
Last synced: 3 months ago
JSON representation
An simple IDE for V made in V.
- Host: GitHub
- URL: https://github.com/pisaiah/Vide
- Owner: pisaiah
- Created: 2021-02-23T12:33:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T03:57:05.000Z (11 months ago)
- Last Synced: 2024-05-19T05:29:09.179Z (6 months ago)
- Topics: code-editor, editor, ide, lite, v, vlang
- Language: V
- Homepage: https://discord.gg/NruVtYBf5g
- Size: 3.34 MB
- Stars: 109
- Watchers: 6
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-v - Vide
README
#
A simple IDE designed for the [V Programming Language](https://vlang.io/) made in V.
![licence](http://img.shields.io/badge/licence-MIT-blue?style=flat)
[![GitHub all releases](http://img.shields.io/github/downloads/pisaiah/Vide/total?style=flat)](https://github.com/pisaiah/Vide/releases)
![vlang](http://img.shields.io/badge/V-0.4.3+-%236d8fc5?style=flat)## Features:
- **UI for VPM**: Vide integrates with VPM to manage your project dependencies.
- **Multiple Projects**: Work on multiple projects simultaneously within the same IDE.
- **Autocomplete** (Beta): Enjoy code suggestions as you type (still in beta, but improving!).
- **GUI Builder** (Planned)
- **Online Playground** (Planned)## Screenshots:
UI for VPM
Multiple Projects
Autocomplete (Beta)## Resource Requirements
| IDE | Disk | RAM | Render |
|---------|---------|---------|----------|
| | | |
| Vɪᴅᴇ | < 5MB | ~ 70MB | GG/Sokol |
| Vɪᴅᴇ | < 5MB | ~ 4MB | [Win32](https://github.com/pisaiah/v/tree/win32-native-rendering) |
| VS Code | 300MB | ~ 300MB | Electron |
| | | | |## Contributing
Feel free to contribute to the development of Vɪᴅᴇ by creating an account on GitHub. Your feedback, bug reports, and pull requests are highly appreciated!## See Also
- [iUI](https://github.com/pisaiah/ui), UI Library for V.
- [vPaint](https://github.com/pisaiah/vpaint), MS-Paint alternative written in V.
- [Vizard](https://github.com/pisaiah/vizard), Utility for creating wizard guis in V.
- [V](https://github.com/vlang/v)