mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
35 lines
1.9 KiB
HTML
35 lines
1.9 KiB
HTML
---
|
|
title: NCX-Core
|
|
layout: program
|
|
custicon: false
|
|
iconurl: https://cdn.ncxprogramming.com/file/icon/ncxcore.png
|
|
author: NinjaCheetah
|
|
platform: Windows
|
|
links:
|
|
- name: View Source
|
|
link: https://github.com/NinjaCheetah/AhCounter
|
|
- name: Download Installer
|
|
link: https://github.com/NCX-Programming/NCX-Core/releases/latest/download/NCXCore-Setup.msi
|
|
---
|
|
|
|
<div class="container">
|
|
<div class="accordion pb-3" id="accordionExample">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="headingOne">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
|
|
Requirements
|
|
</button>
|
|
</h2>
|
|
<div id="collapseOne" class="accordion-collapse collapse" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
|
|
<div class="accordion-body">
|
|
You will need a 64-bit version of Windows 10 or later with the .NET 6.0 Runtime installed. (You can download that from <a href="https://dotnet.microsoft.com/download/dotnet-core/">here</a>.)
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<h3>About</h3>
|
|
<p>NCX-Core is an application that allows you to quickly download and update software by <a href="https://github.com/NinjaCheetah">NinjaCheetah</a> and other small developers. It now has features such as NCX-News, which will tell you news about new programs that have been added or updated. It was the first major app I made and was the first program to be rewritten with a WPF GUI on top of .NET Core, and then later .NET 5.</p>
|
|
<h3>Applications</h3>
|
|
<p>NCX-Core gets its applications from our store JSON file, simply named "XStore". That file is hosted <a href="https://github.com/NinjaCheetah/ncx-core-files">here</a>, and if you'd like to request an addition or change, feel free to open an issue there.</p>
|