VingProgramming Language for Web Coding in C
Ving is a modern programming language written in C that allows you to create websites using simple and elegant syntax. Compiles to clean HTML/CSS for maximum performance.
Intuitive code that's easy to learn
Buttons, text, images out of the box
Dark and light themes for your site
Create navigation easily and quickly
Bold, italic, sizes - all formatting options
Video, audio and embedded frames
Instant HTML generation from your code
Download ready-to-use executable for your system from GitHub Releases:
Linux: Download ving-*-linux.tar.gz, extract and run: chmod +x vingc-linux-x86_64
Windows: Download ving-*-windows.zip, extract and run vingc-windows-x86_64.exe
New to Ving? Try the WebIDE to write and preview Ving code directly in your browser!
make./vingc example.ving output.html (Linux) or vingc.exe example.ving output.html (Windows)button(st1,link:https://example.com):Click Me
text(bold,italic): Bold and italic text
text(big): Large text
img(big): photo.png
style:black
title: My Website
video(controls):video.mp4
video(autoplay,loop,muted):video.mp4
video(controls,width:800,height:450):video.mp4
audio(controls):audio.mp3
audio(controls,autoplay):audio.mp3
iframe(src:https://example.com)
iframe(allowfullscreen,width:560,height:315):https://youtube.com/embed/...
style:black - set dark themestyle:light - set light themetitle: Title - page titlebutton(st1) - button with stylebutton(link:URL):Text - button with linktext(bold,italic):Text - styled textimg(big):image.png - imagevideo(controls):video.mp4 - videoaudio(controls):audio.mp3 - audioiframe(src:URL) - embedded page